# STEP 1: Define the format string of each column in your measurement file
# Note 1: '%s' indicates a column that is composed of strings;
# Note 2: '%f' indicates a column that is composed of numbers;
# Note 3: all columns in the measurement file need to be defined (either %s or %f);
# Note 4: default format is the UF convention (see below, after step2).
# 
# STEP 2: Define the column number in your measurement file for the required parameters
# Note 1: for intensity in the generated *.dir file, 
#         the Lamont convention is Int = magnetic moment x 1e-4 emu
#         here they use magnetization [emu/cc] for a 10cc standard sample, therefore,
#         we multiply by 1e5: Int = Int(u channel)*100000, the resulting int scale is 10xmA/m.
#
# Measurement file format (UF convention)
# ---------                -------------	   -------------
# Parameter                Column Number	   Format String   
# ---------                -------------	   -------------
# Sample ID                      1	                 %s
# Position	                     2	                 %f
# Depth	                     3	                 %f
# AF X	                     4	                 %f
# AF Y	                     5	                 %f
# AF Z	                     6	                 %f
# Declination: Unrotated	   7	                 %f
# Inclination: Unrotated	   8	                 %f
# Intensity	                     9	                 %f
# X intensity	              10	                 %f
# X mean	                    11	                 %f
# X corr	                    12	                 %f
# Y intensity	              13	                 %f
# Y mean	                    14	                 %f
# Y corr	                    15	                 %f
# Z intensity	              16	                 %f
# Z mean	                    17	                 %f
# Z corr	                    18	                 %f
# ARM Gauss	                    19	                 %s
# ARM axis	                    20	                 %s
# Orientation	              21	                 %s
# Leader length	              22	                 %f
# Trailer length	              23	                 %f
# Drift corrected	              24	                 %s
# Tray corrected	              25	                 %s
# Sample Timestamp	        26	                 %s
# Tray Timestamp	              27	                 %s
# Run number	              28	                 %s
#
# Note: Please leave the next line blank and do not modify the above lines.

Format String:	         %s %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %s %s %s %f %f %s %s %s %s %s
Sample ID	                1
Position	                2
Depth	                      3
AF X	                      4
AF Y	                      5
AF Z	                      6
Declination: Unrotated	    7
Inclination: Unrotated	    8
Intensity	                9
X intensity	               10
X mean	               11
X corr	               12
Y intensity	               13
Y mean	               14
Y corr	               15
Z intensity	               16
Z mean	               17
Z corr	               18
Leader Length	         22
Trailer Length	         23